# Comment the 2 lines below if the server returns 500 errors! Options -Indexes Options +FollowSymLinks #Uncomment following lines if you want to use image caching! # # ExpiresActive On # ExpiresDefault A1209600 # ExpiresByType text/html A1 # # Uncomment following lines if Apache doesnt support MultiViews! RewriteEngine On # Uncomment the 2 lines below if you are using www.domain.com # as the baseurl for the site and users access your site # via domain.com (THIS IS REQUIRED FOR JQUERY TO WORK) RewriteCond %{HTTP_HOST} ^domain.com [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [L,R=301] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule .* loader.php [L,QSA] # Edit below lines and set to # ErrorDocument CODE /RELATIVE/error.php # If the script is installed in the default document # root then relative is null. #ErrorDocument 401 /error.php #ErrorDocument 403 /error.php #ErrorDocument 404 /error.php RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?reallifecam.to [NC] RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?reallifecam.ac [NC] RewriteRule \.(jpg|jpeg|png|gif)$ - [NC,F,L] # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php74” package as the default “PHP” programming language. AddHandler application/x-httpd-ea-php74 .php .php7 .phtml # php -- END cPanel-generated handler, do not edit